|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.activities.ActivityManagerEvent
An instance of this class describes changes to an instance of IActivityManager
.
This class is not intended to be extended by clients.
EXPERIMENTAL
IActivityManagerListener.activityManagerChanged(org.eclipse.ui.activities.ActivityManagerEvent)
Constructor Summary | |
ActivityManagerEvent(IActivityManager activityManager,
boolean definedActivityIdsChanged,
boolean definedCategoryIdsChanged,
boolean enabledActivityIdsChanged)
Creates a new instance of this class. |
Method Summary | |
IActivityManager |
getActivityManager()
Returns the instance of the interface that changed. |
boolean |
haveDefinedActivityIdsChanged()
Returns whether or not the definedActivityIds property changed. |
boolean |
haveDefinedCategoryIdsChanged()
Returns whether or not the definedCategoryIdsChanged property changed. |
boolean |
haveEnabledActivityIdsChanged()
Returns whether or not the enabledActivityIdsChanged property changed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ActivityManagerEvent(IActivityManager activityManager, boolean definedActivityIdsChanged, boolean definedCategoryIdsChanged, boolean enabledActivityIdsChanged)
activityManager
- the instance of the interface that changed.definedActivityIdsChanged
- true, iff the definedActivityIds property changed.definedCategoryIdsChanged
- true, iff the definedCategoryIdsChanged property changed.enabledActivityIdsChanged
- true, iff the enabledActivityIdsChanged property changed.Method Detail |
public IActivityManager getActivityManager()
null
.public boolean haveDefinedActivityIdsChanged()
public boolean haveDefinedCategoryIdsChanged()
public boolean haveEnabledActivityIdsChanged()
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |